projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb9386b
)
(menu-bar-kill-ring-save): Fix message typo.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Jul 1998 06:52:52 +0000
(06:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 2 Jul 1998 06:52:52 +0000
(06:52 +0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index b18795074c2b4cf42ea6eb405f79968f61eee6d6..c75f92bc623dfd103cc4ba71d0ffe0e073c2c601 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-280,7
+280,7
@@
A large number or nil slows down menu responsiveness."
(defun menu-bar-kill-ring-save (beg end)
(interactive "r")
(if (mouse-region-match)
- (message "Select a region with the mouse does `copy' automatically")
+ (message "Select
ing
a region with the mouse does `copy' automatically")
(kill-ring-save beg end)))
(put 'fill-region 'menu-enable '(and mark-active (not buffer-read-only)))